home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / dvtree23.zip / UTILITY.ZIP / DVLZIP.BAT < prev    next >
DOS Batch File  |  1990-09-05  |  180b  |  10 lines

  1. if (%2) == () goto default
  2. pkunzip.exe -c %1 %2 %3 %4 %5 %6 %7 %8 %9 >lz.xyz
  3. goto doit
  4. :default
  5. pkunzip.exe -c %1 read*.* *.doc >lz.xyz
  6. :doit
  7. list lz.xyz
  8. del lz.xyz
  9. exit
  10.